home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Invenzioni & Inventori
/
Invenzioni and Inventori (Eclectica Publishing) (1996).ISO
/
invenzio
/
timeline.dir
/
00045_Script_45
< prev
next >
Wrap
Text File
|
1983-01-29
|
413b
|
12 lines
on blocca
global percorso
if count(percorso) > 0 then
if getlast (percorso) <> ("#"&the moviepath&the moviename) or getPropAt(percorso, count(percorso)) <> marker(0) then
set r_movie to "#"&the moviepath&the moviename
addprop percorso, marker(0), r_movie
end if
else
set r_movie to "#"&the moviepath&the moviename
addprop percorso, marker(0), r_movie
end if
end